*{
	margin: 0;
	padding: 0;

}
body{
	background-color: #ffffff;
	margin: 20px auto;
	border-radius: 20px;
	border-top-left-radius: 5%; 
	border-top-right-radius: 5%;

}
header img{
	border-radius: 20px 20px 0px 0px;


}
header, .seccion1, footer{
	background: #C2C7C2;
	width: 80%;
	margin: auto;
	border-right-width: 10px;

}
header nav{
       background: #6A6C6A;
       border-radius: 0px 0px 10px 10px;
}      

header nav ul{
	list-style: none;
	overflow: hidden;
}

header nav ul li{
	float: left;
	
}

header nav ul li a{
	padding: 10px 10px;
	display: block;
	color: white;
	text-decoration: none;
	font-family: Century Gothic;
	font-size: 17px;
	transition: 3s;

}

header nav ul li a:hover{
	background: #72E91F;
	color: black;
	transition: 1s;

}

.seccion1 .seccion2{
	width: 90%;
	float: left;
	margin-right: 10px;
	border-radius: 20px;
	background-color: #6A6C6A;
	border: 10px 20px 30px;
	margin-left: 50px;
	padding: 10px;
    
}

h5{
	font-size: 30px;
	font-family: Century Gothic;
	text-align: center;
	color: #6A6C6A;
}
h2{
	font-size: 30px;
	color: #6A6C6A;
	text-align: center;
	font-family: Century Gothic;
}

.seccion2{
	
}

.seccion1{
	background: #ffffff;
	border-radius: 10px 10px 10px 10px;
	clear: both;
}

footer{
	background: #6A6C6A;
	color: white;
	clear: both;
	height: 60px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
	padding: 10px 10px;

}
.uno{
	width: 70%;
	float: left;
	background: #6A6C6A;
}

.hz{
	background: #ffffff;
	border-top-left-radius:20px;
	border-top-right-radius: 20px;
	box-sizing: border-box;
	text-align: justify;
	padding: 10px;


}

.hx{
	background: #ffffff;
	border-top-left-radius:20px;
	border-top-right-radius: 20px;
	box-sizing: border-box;
	text-align: justify;
	border-radius: 0px 0px 20px 20px;
	padding: 10px;

}

 h3 {
  	font-size: 15px;
	color: #6A6C6A;
	text-align: justify;
	font-family: Century Gothic;

 }
